IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : NavigationScalarEntityProperty<TInstance,TValue> Class |
'Declaration
Public Class NavigationScalarEntityProperty (Of TInstance As Class, TValue As Class) Inherits NavigationEntityProperty
'Usage
Dim instance As NavigationScalarEntityProperty(Of TInstance,TValue)
public class NavigationScalarEntityProperty<TInstance,TValue> : NavigationEntityProperty where TInstance: class where TValue: class
Every NavigationScalarEntityProperty has both a GetterInterceptor and SetterInterceptor to which you can inject custom actions. You add these actions using attributes and the AddAction method.
System.Object
IdeaBlade.EntityModel.EntityProperty
IdeaBlade.EntityModel.NavigationEntityProperty
IdeaBlade.EntityModel.NavigationScalarEntityProperty<TInstance,TValue>
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2